#############################################
## Keys for changing octaves               ##
#############################################

### A - visible octaves: 1-3
### B - visible octaves: 2-4
### C - visible octaves: 3-5

#############################################
## Supported effects in the sample-editor  ##
#############################################

### Sample name format: "@xxx@ blah blah"
### where xxx - following sample effects:
### A - Anticlick
### S - High-quality portamento
### D - Distortion
### C - Simple cut-off
### W - Simple wah-wah

### Examples:
### @AD@samplename  - sample with anticlick
                      and distortion
### samplename      - just a sample 
                      without effects

#############################################
## Supported effects in the pattern-editor ##
#############################################

.-------------------------------------------.
|  Standart effects:                        |
`-------------------------------------------`
### Format: Exx (E - effect number; 
                 xx - parameter)
### 1xx - Portamento Up
### 2xx - Portamento Down
### 3xx - TonePortamento
### 9xx - SampleOffset
### Axx - VolumeSlide
### Bxx - PositionJump
### Cxx - Set Volume
### Dxx - PatternBreak
### Exx - Extended effects
### Fxx - Set Speed

.-------------------------------------------.
|  Extended effects:                        |
`-------------------------------------------`
### Format: ENx (E - E; N - effect number; 
                 x - parameter)
### E1x - Fineslide Up
### E2x - Fineslide Down
### EAx - FineVol Up
### EBx - FineVol Down

.-------------------------------------------.
|  PsyTexx1.x specific effects:             |
`-------------------------------------------`
### 6xx - Wah-wah speed
### 7xx - Cut-off value
### 8xx - Super-pitch note (FF - reset)

Cmd 1. Portamento up [Speed:$00-$FF]
------------------------------------
 Usage: $1 + portamento speed
 Portamento up will simply slide the
 sample pitch up. You can NOT slide
 higher than B-3! (Period 113)
 Example: C-300103  1 is the command,
            3 is the portamentospeed.
 NOTE: The portamento will be called as
 many times as the speed of the song.
 This means that you'll sometimes have
 trouble sliding accuratly. If you
 change the speed without changing the
 sliderates, it will sound bad...

Cmd 2. Portamento down [Speed:$00-FF]
-------------------------------------
 Usage: $2 + portamento speed
 Just like command 1, except that this
 one slides the pitch down instead.
 (Adds to the period).
 You can NOT slide lower than C-1!
 (Period 856)
 Example: C-300203  2 is the command,
            3 is the portamentospeed.
 
Cmd 3. Tone-portamento [Speed:$00-$FF]
--------------------------------------
 Usage: Dest-note + $3 + slidespeed
 This command will automatically slide
 from the old note to the new.
 You don't have to worry about which
 direction to slide, you need only set
 the slide speed. To keep on sliding,
 just select the command $3 + 00.
 Example: A-200000  First play a note.
          C-300305  C-3 is the note to
               slide to, 3 the command,
               and 5 the speed.

Cmd 9. Set SampleOffset [Offs:$00-$FF]
--------------------------------------
 Usage: $9 + Sampleoffset
 This command will play from a chosen
 position in the sample, and not from
 the beginning. The two numbers equal
 the two first numbers in the length
 of the sample. Handy for speech-
 samples.
 Example: C-300923  Play sample from
                    offset $2300.
  
Cmd A. Volumeslide [Speed:$0-$F/$0-$F]
--------------------------------------
 Usage: $A + upspeed + downspeed
 Example: C-300A05  5 is the speed to
                turn the volume down.
          C-300A40  4 is the speed to
                         slide it up.
 NOTE: The slide will be called as
 many times as the speed of the song.
 The slower the song, the more the
 volume will be changed on each note.
  
Cmd B. Position-jump [Pos:$00-$7F]
----------------------------------
 Usage: $B + position to continue at
 Example: C-300B01  B is the command,
                 1 is the position to
                 restart the song at.
 This command will also perform a
 pattern-break (see 2 pages below).
 You can use this command instead of
 restart as on noisetracker, but you 
 must enter the position in hex!
  
Cmd C. Set volume [Volume:$00-$40]
----------------------------------
 Usage: $C + new volume
 Well, this old familiar command will
 set the current volume to your own
 selected. The highest volume is $40.
 All volumes are represented in hex.
 (Programmers do it in hex, you know!)
 Example: C-300C10  C is the command,
       10 is the volume (16 decimal).
 
Cmd D. Pattern-break [Pattern-pos:00-63, decimal]
----------------------------
 Usage: $D + pattern-position
 This command just jumps to the next
 song-position, and continues play
 from the patternposition you specify.
 Example: C-300D00  Jump to the next
     song-position and continue play
            from patternposition 00.
      Or: C-300D32  Jump to the next
     song-position and continue play
    from patternposition 32 instead.

Cmd E1. Fineslide up [Range:$0-$F]
----------------------------------
 Usage: $E1 + value
 This command works just like the
 normal portamento up, except that
 it only slides up once. It does not
 continue sliding during the length of
 the note.
 Example: C-300E11  Slide up 1 at the
               beginning of the note.
 (Great for creating chorus effects)
  
Cmd E2. Fineslide down [Range:$0-$F]
------------------------------------
 Usage: $E2 + value
 This command works just like the
 normal portamento down, except that
 it only slides down once. It does not
 continue sliding during the length of
 the note.
 Example: C-300E26  Slide up 6 at the
               beginning of the note.

Cmd EA. FineVolsl up [Range:$0-$F]
----------------------------------
 Usage: $EA + value
 This command works just like the
 normal volumeslide up, except that
 it only slides up once. It does not
 continue sliding during the length of
 the note.
 Example: C-300EA3  Slide volume up 1
        at the beginning of the note.
  
Cmd EB. FineVolsl down [Range:$0-$F]
------------------------------------
 Usage: $EB + value
 This command works just like the
 normal volumeslide down, except that
 it only slides down once. It does not
 continue sliding during the length of
 the note.
 Example: C-300EB6  Slide volume down
       6 at the beginning of the note.

Cmd F. Set speed [Speed:$00-$FF]
--------------------------------
 Usage: $F + speed
 This command will set the speed of the
 song.